<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="MF-C_arquivos/estilo.css">
<link rel="stylesheet" href="MF-C_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="MF-C_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="MF-C_arquivos/jquery.js" type="text/javascript"></script>
<script src="MF-C_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="MF-C_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="MF-C_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | C - Mdia Final</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="6" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="39" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96445" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="Mdia Final" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1524181&nbsp;ANDREZA OLIVEIRA COSTA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1524181" type="hidden"></td>
            
            <td id="colunaNotaAluno_1524181_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_154" id="ci_AlunoAvaliacao_1524181_154" value="" type="hidden">
                <input name="nr_Nota_1524181_154" id="nr_Nota_1524181_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_160" id="ci_AlunoAvaliacao_1524181_160" value="" type="hidden">
                <input name="nr_Nota_1524181_160" id="nr_Nota_1524181_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_530" id="ci_AlunoAvaliacao_1524181_530" value="" type="hidden">
                <input name="nr_Nota_1524181_530" id="nr_Nota_1524181_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_780" id="ci_AlunoAvaliacao_1524181_780" value="" type="hidden">
                <input name="nr_Nota_1524181_780" id="nr_Nota_1524181_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_800" id="ci_AlunoAvaliacao_1524181_800" value="" type="hidden">
                <input name="nr_Nota_1524181_800" id="nr_Nota_1524181_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_890" id="ci_AlunoAvaliacao_1524181_890" value="" type="hidden">
                <input name="nr_Nota_1524181_890" id="nr_Nota_1524181_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_970" id="ci_AlunoAvaliacao_1524181_970" value="" type="hidden">
                <input name="nr_Nota_1524181_970" id="nr_Nota_1524181_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_3330" id="ci_AlunoAvaliacao_1524181_3330" value="" type="hidden">
                <input name="nr_Nota_1524181_3330" id="nr_Nota_1524181_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1130" id="ci_AlunoAvaliacao_1524181_1130" value="" type="hidden">
                <input name="nr_Nota_1524181_1130" id="nr_Nota_1524181_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1140" id="ci_AlunoAvaliacao_1524181_1140" value="" type="hidden">
                <input name="nr_Nota_1524181_1140" id="nr_Nota_1524181_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1200" id="ci_AlunoAvaliacao_1524181_1200" value="" type="hidden">
                <input name="nr_Nota_1524181_1200" id="nr_Nota_1524181_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1620" id="ci_AlunoAvaliacao_1524181_1620" value="" type="hidden">
                <input name="nr_Nota_1524181_1620" id="nr_Nota_1524181_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1730" id="ci_AlunoAvaliacao_1524181_1730" value="" type="hidden">
                <input name="nr_Nota_1524181_1730" id="nr_Nota_1524181_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1663166&nbsp;ANTONIO ANDERSON ALCANTARA GOIANA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1663166" type="hidden"></td>
            
            <td id="colunaNotaAluno_1663166_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_154" id="ci_AlunoAvaliacao_1663166_154" value="" type="hidden">
                <input name="nr_Nota_1663166_154" id="nr_Nota_1663166_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_160" id="ci_AlunoAvaliacao_1663166_160" value="" type="hidden">
                <input name="nr_Nota_1663166_160" id="nr_Nota_1663166_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_530" id="ci_AlunoAvaliacao_1663166_530" value="" type="hidden">
                <input name="nr_Nota_1663166_530" id="nr_Nota_1663166_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_780" id="ci_AlunoAvaliacao_1663166_780" value="" type="hidden">
                <input name="nr_Nota_1663166_780" id="nr_Nota_1663166_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_800" id="ci_AlunoAvaliacao_1663166_800" value="" type="hidden">
                <input name="nr_Nota_1663166_800" id="nr_Nota_1663166_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_890" id="ci_AlunoAvaliacao_1663166_890" value="" type="hidden">
                <input name="nr_Nota_1663166_890" id="nr_Nota_1663166_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_970" id="ci_AlunoAvaliacao_1663166_970" value="" type="hidden">
                <input name="nr_Nota_1663166_970" id="nr_Nota_1663166_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_3330" id="ci_AlunoAvaliacao_1663166_3330" value="" type="hidden">
                <input name="nr_Nota_1663166_3330" id="nr_Nota_1663166_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1130" id="ci_AlunoAvaliacao_1663166_1130" value="" type="hidden">
                <input name="nr_Nota_1663166_1130" id="nr_Nota_1663166_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1140" id="ci_AlunoAvaliacao_1663166_1140" value="" type="hidden">
                <input name="nr_Nota_1663166_1140" id="nr_Nota_1663166_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1200" id="ci_AlunoAvaliacao_1663166_1200" value="" type="hidden">
                <input name="nr_Nota_1663166_1200" id="nr_Nota_1663166_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1620" id="ci_AlunoAvaliacao_1663166_1620" value="" type="hidden">
                <input name="nr_Nota_1663166_1620" id="nr_Nota_1663166_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1730" id="ci_AlunoAvaliacao_1663166_1730" value="" type="hidden">
                <input name="nr_Nota_1663166_1730" id="nr_Nota_1663166_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1043986&nbsp;CRISLANE RODRIGUES BERNARDO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1043986" type="hidden"></td>
            
            <td id="colunaNotaAluno_1043986_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_154" id="ci_AlunoAvaliacao_1043986_154" value="" type="hidden">
                <input name="nr_Nota_1043986_154" id="nr_Nota_1043986_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_160" id="ci_AlunoAvaliacao_1043986_160" value="" type="hidden">
                <input name="nr_Nota_1043986_160" id="nr_Nota_1043986_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_530" id="ci_AlunoAvaliacao_1043986_530" value="" type="hidden">
                <input name="nr_Nota_1043986_530" id="nr_Nota_1043986_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_780" id="ci_AlunoAvaliacao_1043986_780" value="" type="hidden">
                <input name="nr_Nota_1043986_780" id="nr_Nota_1043986_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_800" id="ci_AlunoAvaliacao_1043986_800" value="" type="hidden">
                <input name="nr_Nota_1043986_800" id="nr_Nota_1043986_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_890" id="ci_AlunoAvaliacao_1043986_890" value="" type="hidden">
                <input name="nr_Nota_1043986_890" id="nr_Nota_1043986_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_970" id="ci_AlunoAvaliacao_1043986_970" value="" type="hidden">
                <input name="nr_Nota_1043986_970" id="nr_Nota_1043986_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_3330" id="ci_AlunoAvaliacao_1043986_3330" value="" type="hidden">
                <input name="nr_Nota_1043986_3330" id="nr_Nota_1043986_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1130" id="ci_AlunoAvaliacao_1043986_1130" value="" type="hidden">
                <input name="nr_Nota_1043986_1130" id="nr_Nota_1043986_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1140" id="ci_AlunoAvaliacao_1043986_1140" value="" type="hidden">
                <input name="nr_Nota_1043986_1140" id="nr_Nota_1043986_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1200" id="ci_AlunoAvaliacao_1043986_1200" value="" type="hidden">
                <input name="nr_Nota_1043986_1200" id="nr_Nota_1043986_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1620" id="ci_AlunoAvaliacao_1043986_1620" value="" type="hidden">
                <input name="nr_Nota_1043986_1620" id="nr_Nota_1043986_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1730" id="ci_AlunoAvaliacao_1043986_1730" value="" type="hidden">
                <input name="nr_Nota_1043986_1730" id="nr_Nota_1043986_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;494402&nbsp;DAIANE DA COSTA PEREIRA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="494402" type="hidden"></td>
            
            <td id="colunaNotaAluno_494402_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_154" id="ci_AlunoAvaliacao_494402_154" value="" type="hidden">
                <input name="nr_Nota_494402_154" id="nr_Nota_494402_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_160" id="ci_AlunoAvaliacao_494402_160" value="" type="hidden">
                <input name="nr_Nota_494402_160" id="nr_Nota_494402_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_530" id="ci_AlunoAvaliacao_494402_530" value="" type="hidden">
                <input name="nr_Nota_494402_530" id="nr_Nota_494402_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_780" id="ci_AlunoAvaliacao_494402_780" value="" type="hidden">
                <input name="nr_Nota_494402_780" id="nr_Nota_494402_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_800" id="ci_AlunoAvaliacao_494402_800" value="" type="hidden">
                <input name="nr_Nota_494402_800" id="nr_Nota_494402_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_890" id="ci_AlunoAvaliacao_494402_890" value="" type="hidden">
                <input name="nr_Nota_494402_890" id="nr_Nota_494402_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_970" id="ci_AlunoAvaliacao_494402_970" value="" type="hidden">
                <input name="nr_Nota_494402_970" id="nr_Nota_494402_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_3330" id="ci_AlunoAvaliacao_494402_3330" value="" type="hidden">
                <input name="nr_Nota_494402_3330" id="nr_Nota_494402_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1130" id="ci_AlunoAvaliacao_494402_1130" value="" type="hidden">
                <input name="nr_Nota_494402_1130" id="nr_Nota_494402_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1140" id="ci_AlunoAvaliacao_494402_1140" value="" type="hidden">
                <input name="nr_Nota_494402_1140" id="nr_Nota_494402_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1200" id="ci_AlunoAvaliacao_494402_1200" value="" type="hidden">
                <input name="nr_Nota_494402_1200" id="nr_Nota_494402_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1620" id="ci_AlunoAvaliacao_494402_1620" value="" type="hidden">
                <input name="nr_Nota_494402_1620" id="nr_Nota_494402_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1730" id="ci_AlunoAvaliacao_494402_1730" value="" type="hidden">
                <input name="nr_Nota_494402_1730" id="nr_Nota_494402_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1663182&nbsp;ERICA RAQUEL ANDRADE GOMES
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1663182" type="hidden"></td>
            
            <td id="colunaNotaAluno_1663182_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_154" id="ci_AlunoAvaliacao_1663182_154" value="" type="hidden">
                <input name="nr_Nota_1663182_154" id="nr_Nota_1663182_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_160" id="ci_AlunoAvaliacao_1663182_160" value="" type="hidden">
                <input name="nr_Nota_1663182_160" id="nr_Nota_1663182_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_530" id="ci_AlunoAvaliacao_1663182_530" value="" type="hidden">
                <input name="nr_Nota_1663182_530" id="nr_Nota_1663182_530" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_780" id="ci_AlunoAvaliacao_1663182_780" value="" type="hidden">
                <input name="nr_Nota_1663182_780" id="nr_Nota_1663182_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_800" id="ci_AlunoAvaliacao_1663182_800" value="" type="hidden">
                <input name="nr_Nota_1663182_800" id="nr_Nota_1663182_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_890" id="ci_AlunoAvaliacao_1663182_890" value="" type="hidden">
                <input name="nr_Nota_1663182_890" id="nr_Nota_1663182_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_970" id="ci_AlunoAvaliacao_1663182_970" value="" type="hidden">
                <input name="nr_Nota_1663182_970" id="nr_Nota_1663182_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_3330" id="ci_AlunoAvaliacao_1663182_3330" value="" type="hidden">
                <input name="nr_Nota_1663182_3330" id="nr_Nota_1663182_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1130" id="ci_AlunoAvaliacao_1663182_1130" value="" type="hidden">
                <input name="nr_Nota_1663182_1130" id="nr_Nota_1663182_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1140" id="ci_AlunoAvaliacao_1663182_1140" value="" type="hidden">
                <input name="nr_Nota_1663182_1140" id="nr_Nota_1663182_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1200" id="ci_AlunoAvaliacao_1663182_1200" value="" type="hidden">
                <input name="nr_Nota_1663182_1200" id="nr_Nota_1663182_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1620" id="ci_AlunoAvaliacao_1663182_1620" value="" type="hidden">
                <input name="nr_Nota_1663182_1620" id="nr_Nota_1663182_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1730" id="ci_AlunoAvaliacao_1663182_1730" value="" type="hidden">
                <input name="nr_Nota_1663182_1730" id="nr_Nota_1663182_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;898369&nbsp;ERIKA RESLEY FERNANDES LIMA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="898369" type="hidden"></td>
            
            <td id="colunaNotaAluno_898369_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_154" id="ci_AlunoAvaliacao_898369_154" value="" type="hidden">
                <input name="nr_Nota_898369_154" id="nr_Nota_898369_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_160" id="ci_AlunoAvaliacao_898369_160" value="" type="hidden">
                <input name="nr_Nota_898369_160" id="nr_Nota_898369_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_530" id="ci_AlunoAvaliacao_898369_530" value="" type="hidden">
                <input name="nr_Nota_898369_530" id="nr_Nota_898369_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_780" id="ci_AlunoAvaliacao_898369_780" value="" type="hidden">
                <input name="nr_Nota_898369_780" id="nr_Nota_898369_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_800" id="ci_AlunoAvaliacao_898369_800" value="" type="hidden">
                <input name="nr_Nota_898369_800" id="nr_Nota_898369_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_890" id="ci_AlunoAvaliacao_898369_890" value="" type="hidden">
                <input name="nr_Nota_898369_890" id="nr_Nota_898369_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_970" id="ci_AlunoAvaliacao_898369_970" value="" type="hidden">
                <input name="nr_Nota_898369_970" id="nr_Nota_898369_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_3330" id="ci_AlunoAvaliacao_898369_3330" value="" type="hidden">
                <input name="nr_Nota_898369_3330" id="nr_Nota_898369_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1130" id="ci_AlunoAvaliacao_898369_1130" value="" type="hidden">
                <input name="nr_Nota_898369_1130" id="nr_Nota_898369_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1140" id="ci_AlunoAvaliacao_898369_1140" value="" type="hidden">
                <input name="nr_Nota_898369_1140" id="nr_Nota_898369_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1200" id="ci_AlunoAvaliacao_898369_1200" value="" type="hidden">
                <input name="nr_Nota_898369_1200" id="nr_Nota_898369_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1620" id="ci_AlunoAvaliacao_898369_1620" value="" type="hidden">
                <input name="nr_Nota_898369_1620" id="nr_Nota_898369_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1730" id="ci_AlunoAvaliacao_898369_1730" value="" type="hidden">
                <input name="nr_Nota_898369_1730" id="nr_Nota_898369_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;86617&nbsp;FRANCISCO FABIANO DE SOUZA RODRIGUES
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="86617" type="hidden"></td>
            
            <td id="colunaNotaAluno_86617_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_154" id="ci_AlunoAvaliacao_86617_154" value="" type="hidden">
                <input name="nr_Nota_86617_154" id="nr_Nota_86617_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_160" id="ci_AlunoAvaliacao_86617_160" value="" type="hidden">
                <input name="nr_Nota_86617_160" id="nr_Nota_86617_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_530" id="ci_AlunoAvaliacao_86617_530" value="" type="hidden">
                <input name="nr_Nota_86617_530" id="nr_Nota_86617_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_780" id="ci_AlunoAvaliacao_86617_780" value="" type="hidden">
                <input name="nr_Nota_86617_780" id="nr_Nota_86617_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_800" id="ci_AlunoAvaliacao_86617_800" value="" type="hidden">
                <input name="nr_Nota_86617_800" id="nr_Nota_86617_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_890" id="ci_AlunoAvaliacao_86617_890" value="" type="hidden">
                <input name="nr_Nota_86617_890" id="nr_Nota_86617_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_970" id="ci_AlunoAvaliacao_86617_970" value="" type="hidden">
                <input name="nr_Nota_86617_970" id="nr_Nota_86617_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_3330" id="ci_AlunoAvaliacao_86617_3330" value="" type="hidden">
                <input name="nr_Nota_86617_3330" id="nr_Nota_86617_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1130" id="ci_AlunoAvaliacao_86617_1130" value="" type="hidden">
                <input name="nr_Nota_86617_1130" id="nr_Nota_86617_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1140" id="ci_AlunoAvaliacao_86617_1140" value="" type="hidden">
                <input name="nr_Nota_86617_1140" id="nr_Nota_86617_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1200" id="ci_AlunoAvaliacao_86617_1200" value="" type="hidden">
                <input name="nr_Nota_86617_1200" id="nr_Nota_86617_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1620" id="ci_AlunoAvaliacao_86617_1620" value="" type="hidden">
                <input name="nr_Nota_86617_1620" id="nr_Nota_86617_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1730" id="ci_AlunoAvaliacao_86617_1730" value="" type="hidden">
                <input name="nr_Nota_86617_1730" id="nr_Nota_86617_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;892144&nbsp;FRANCISCO GUSTAVO CAVALCANTE UCHOA
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="892144" type="hidden"></td>
            
            <td id="colunaNotaAluno_892144_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_154" id="ci_AlunoAvaliacao_892144_154" value="" type="hidden">
                <input name="nr_Nota_892144_154" id="nr_Nota_892144_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_160" id="ci_AlunoAvaliacao_892144_160" value="" type="hidden">
                <input name="nr_Nota_892144_160" id="nr_Nota_892144_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_530" id="ci_AlunoAvaliacao_892144_530" value="" type="hidden">
                <input name="nr_Nota_892144_530" id="nr_Nota_892144_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_780" id="ci_AlunoAvaliacao_892144_780" value="" type="hidden">
                <input name="nr_Nota_892144_780" id="nr_Nota_892144_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_800" id="ci_AlunoAvaliacao_892144_800" value="" type="hidden">
                <input name="nr_Nota_892144_800" id="nr_Nota_892144_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_890" id="ci_AlunoAvaliacao_892144_890" value="" type="hidden">
                <input name="nr_Nota_892144_890" id="nr_Nota_892144_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_970" id="ci_AlunoAvaliacao_892144_970" value="" type="hidden">
                <input name="nr_Nota_892144_970" id="nr_Nota_892144_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_3330" id="ci_AlunoAvaliacao_892144_3330" value="" type="hidden">
                <input name="nr_Nota_892144_3330" id="nr_Nota_892144_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1130" id="ci_AlunoAvaliacao_892144_1130" value="" type="hidden">
                <input name="nr_Nota_892144_1130" id="nr_Nota_892144_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1140" id="ci_AlunoAvaliacao_892144_1140" value="" type="hidden">
                <input name="nr_Nota_892144_1140" id="nr_Nota_892144_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1200" id="ci_AlunoAvaliacao_892144_1200" value="" type="hidden">
                <input name="nr_Nota_892144_1200" id="nr_Nota_892144_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1620" id="ci_AlunoAvaliacao_892144_1620" value="" type="hidden">
                <input name="nr_Nota_892144_1620" id="nr_Nota_892144_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1730" id="ci_AlunoAvaliacao_892144_1730" value="" type="hidden">
                <input name="nr_Nota_892144_1730" id="nr_Nota_892144_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;550052&nbsp;FRANCISCO RAFANAEL FERREIRA DA CRUZ
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="550052" type="hidden"></td>
            
            <td id="colunaNotaAluno_550052_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_154" id="ci_AlunoAvaliacao_550052_154" value="" type="hidden">
                <input name="nr_Nota_550052_154" id="nr_Nota_550052_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_160" id="ci_AlunoAvaliacao_550052_160" value="" type="hidden">
                <input name="nr_Nota_550052_160" id="nr_Nota_550052_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_530" id="ci_AlunoAvaliacao_550052_530" value="" type="hidden">
                <input name="nr_Nota_550052_530" id="nr_Nota_550052_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_780" id="ci_AlunoAvaliacao_550052_780" value="" type="hidden">
                <input name="nr_Nota_550052_780" id="nr_Nota_550052_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_800" id="ci_AlunoAvaliacao_550052_800" value="" type="hidden">
                <input name="nr_Nota_550052_800" id="nr_Nota_550052_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_890" id="ci_AlunoAvaliacao_550052_890" value="" type="hidden">
                <input name="nr_Nota_550052_890" id="nr_Nota_550052_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_970" id="ci_AlunoAvaliacao_550052_970" value="" type="hidden">
                <input name="nr_Nota_550052_970" id="nr_Nota_550052_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_3330" id="ci_AlunoAvaliacao_550052_3330" value="" type="hidden">
                <input name="nr_Nota_550052_3330" id="nr_Nota_550052_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1130" id="ci_AlunoAvaliacao_550052_1130" value="" type="hidden">
                <input name="nr_Nota_550052_1130" id="nr_Nota_550052_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1140" id="ci_AlunoAvaliacao_550052_1140" value="" type="hidden">
                <input name="nr_Nota_550052_1140" id="nr_Nota_550052_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1200" id="ci_AlunoAvaliacao_550052_1200" value="" type="hidden">
                <input name="nr_Nota_550052_1200" id="nr_Nota_550052_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1620" id="ci_AlunoAvaliacao_550052_1620" value="" type="hidden">
                <input name="nr_Nota_550052_1620" id="nr_Nota_550052_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1730" id="ci_AlunoAvaliacao_550052_1730" value="" type="hidden">
                <input name="nr_Nota_550052_1730" id="nr_Nota_550052_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;873965&nbsp;FRANCISCO WENDELL SILVA DE MACEDO
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="873965" type="hidden"></td>
            
            <td id="colunaNotaAluno_873965_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_154" id="ci_AlunoAvaliacao_873965_154" value="" type="hidden">
                <input name="nr_Nota_873965_154" id="nr_Nota_873965_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_160" id="ci_AlunoAvaliacao_873965_160" value="" type="hidden">
                <input name="nr_Nota_873965_160" id="nr_Nota_873965_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_530" id="ci_AlunoAvaliacao_873965_530" value="" type="hidden">
                <input name="nr_Nota_873965_530" id="nr_Nota_873965_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_780" id="ci_AlunoAvaliacao_873965_780" value="" type="hidden">
                <input name="nr_Nota_873965_780" id="nr_Nota_873965_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_800" id="ci_AlunoAvaliacao_873965_800" value="" type="hidden">
                <input name="nr_Nota_873965_800" id="nr_Nota_873965_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_890" id="ci_AlunoAvaliacao_873965_890" value="" type="hidden">
                <input name="nr_Nota_873965_890" id="nr_Nota_873965_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_970" id="ci_AlunoAvaliacao_873965_970" value="" type="hidden">
                <input name="nr_Nota_873965_970" id="nr_Nota_873965_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_3330" id="ci_AlunoAvaliacao_873965_3330" value="" type="hidden">
                <input name="nr_Nota_873965_3330" id="nr_Nota_873965_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1130" id="ci_AlunoAvaliacao_873965_1130" value="" type="hidden">
                <input name="nr_Nota_873965_1130" id="nr_Nota_873965_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1140" id="ci_AlunoAvaliacao_873965_1140" value="" type="hidden">
                <input name="nr_Nota_873965_1140" id="nr_Nota_873965_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1200" id="ci_AlunoAvaliacao_873965_1200" value="" type="hidden">
                <input name="nr_Nota_873965_1200" id="nr_Nota_873965_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1620" id="ci_AlunoAvaliacao_873965_1620" value="" type="hidden">
                <input name="nr_Nota_873965_1620" id="nr_Nota_873965_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1730" id="ci_AlunoAvaliacao_873965_1730" value="" type="hidden">
                <input name="nr_Nota_873965_1730" id="nr_Nota_873965_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;34449&nbsp;GEISA CRISTINA XAVIER DA SILVA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="34449" type="hidden"></td>
            
            <td id="colunaNotaAluno_34449_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_154" id="ci_AlunoAvaliacao_34449_154" value="" type="hidden">
                <input name="nr_Nota_34449_154" id="nr_Nota_34449_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_160" id="ci_AlunoAvaliacao_34449_160" value="" type="hidden">
                <input name="nr_Nota_34449_160" id="nr_Nota_34449_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_530" id="ci_AlunoAvaliacao_34449_530" value="" type="hidden">
                <input name="nr_Nota_34449_530" id="nr_Nota_34449_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_780" id="ci_AlunoAvaliacao_34449_780" value="" type="hidden">
                <input name="nr_Nota_34449_780" id="nr_Nota_34449_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_800" id="ci_AlunoAvaliacao_34449_800" value="" type="hidden">
                <input name="nr_Nota_34449_800" id="nr_Nota_34449_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_890" id="ci_AlunoAvaliacao_34449_890" value="" type="hidden">
                <input name="nr_Nota_34449_890" id="nr_Nota_34449_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_970" id="ci_AlunoAvaliacao_34449_970" value="" type="hidden">
                <input name="nr_Nota_34449_970" id="nr_Nota_34449_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_3330" id="ci_AlunoAvaliacao_34449_3330" value="" type="hidden">
                <input name="nr_Nota_34449_3330" id="nr_Nota_34449_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1130" id="ci_AlunoAvaliacao_34449_1130" value="" type="hidden">
                <input name="nr_Nota_34449_1130" id="nr_Nota_34449_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1140" id="ci_AlunoAvaliacao_34449_1140" value="" type="hidden">
                <input name="nr_Nota_34449_1140" id="nr_Nota_34449_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1200" id="ci_AlunoAvaliacao_34449_1200" value="" type="hidden">
                <input name="nr_Nota_34449_1200" id="nr_Nota_34449_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1620" id="ci_AlunoAvaliacao_34449_1620" value="" type="hidden">
                <input name="nr_Nota_34449_1620" id="nr_Nota_34449_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1730" id="ci_AlunoAvaliacao_34449_1730" value="" type="hidden">
                <input name="nr_Nota_34449_1730" id="nr_Nota_34449_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;791248&nbsp;GILSON DE FREITAS BEZERRA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="791248" type="hidden"></td>
            
            <td id="colunaNotaAluno_791248_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_154" id="ci_AlunoAvaliacao_791248_154" value="" type="hidden">
                <input name="nr_Nota_791248_154" id="nr_Nota_791248_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_160" id="ci_AlunoAvaliacao_791248_160" value="" type="hidden">
                <input name="nr_Nota_791248_160" id="nr_Nota_791248_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_530" id="ci_AlunoAvaliacao_791248_530" value="" type="hidden">
                <input name="nr_Nota_791248_530" id="nr_Nota_791248_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_780" id="ci_AlunoAvaliacao_791248_780" value="" type="hidden">
                <input name="nr_Nota_791248_780" id="nr_Nota_791248_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_800" id="ci_AlunoAvaliacao_791248_800" value="" type="hidden">
                <input name="nr_Nota_791248_800" id="nr_Nota_791248_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_890" id="ci_AlunoAvaliacao_791248_890" value="" type="hidden">
                <input name="nr_Nota_791248_890" id="nr_Nota_791248_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_970" id="ci_AlunoAvaliacao_791248_970" value="" type="hidden">
                <input name="nr_Nota_791248_970" id="nr_Nota_791248_970" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_3330" id="ci_AlunoAvaliacao_791248_3330" value="" type="hidden">
                <input name="nr_Nota_791248_3330" id="nr_Nota_791248_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1130" id="ci_AlunoAvaliacao_791248_1130" value="" type="hidden">
                <input name="nr_Nota_791248_1130" id="nr_Nota_791248_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1140" id="ci_AlunoAvaliacao_791248_1140" value="" type="hidden">
                <input name="nr_Nota_791248_1140" id="nr_Nota_791248_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1200" id="ci_AlunoAvaliacao_791248_1200" value="" type="hidden">
                <input name="nr_Nota_791248_1200" id="nr_Nota_791248_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1620" id="ci_AlunoAvaliacao_791248_1620" value="" type="hidden">
                <input name="nr_Nota_791248_1620" id="nr_Nota_791248_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1730" id="ci_AlunoAvaliacao_791248_1730" value="" type="hidden">
                <input name="nr_Nota_791248_1730" id="nr_Nota_791248_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201796&nbsp;IGOR SILVA DOS SANTOS
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1201796" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201796_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_154" id="ci_AlunoAvaliacao_1201796_154" value="" type="hidden">
                <input name="nr_Nota_1201796_154" id="nr_Nota_1201796_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_160" id="ci_AlunoAvaliacao_1201796_160" value="" type="hidden">
                <input name="nr_Nota_1201796_160" id="nr_Nota_1201796_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_530" id="ci_AlunoAvaliacao_1201796_530" value="" type="hidden">
                <input name="nr_Nota_1201796_530" id="nr_Nota_1201796_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_780" id="ci_AlunoAvaliacao_1201796_780" value="" type="hidden">
                <input name="nr_Nota_1201796_780" id="nr_Nota_1201796_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_800" id="ci_AlunoAvaliacao_1201796_800" value="" type="hidden">
                <input name="nr_Nota_1201796_800" id="nr_Nota_1201796_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_890" id="ci_AlunoAvaliacao_1201796_890" value="" type="hidden">
                <input name="nr_Nota_1201796_890" id="nr_Nota_1201796_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_970" id="ci_AlunoAvaliacao_1201796_970" value="" type="hidden">
                <input name="nr_Nota_1201796_970" id="nr_Nota_1201796_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_3330" id="ci_AlunoAvaliacao_1201796_3330" value="" type="hidden">
                <input name="nr_Nota_1201796_3330" id="nr_Nota_1201796_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1130" id="ci_AlunoAvaliacao_1201796_1130" value="" type="hidden">
                <input name="nr_Nota_1201796_1130" id="nr_Nota_1201796_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1140" id="ci_AlunoAvaliacao_1201796_1140" value="" type="hidden">
                <input name="nr_Nota_1201796_1140" id="nr_Nota_1201796_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1200" id="ci_AlunoAvaliacao_1201796_1200" value="" type="hidden">
                <input name="nr_Nota_1201796_1200" id="nr_Nota_1201796_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1620" id="ci_AlunoAvaliacao_1201796_1620" value="" type="hidden">
                <input name="nr_Nota_1201796_1620" id="nr_Nota_1201796_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1730" id="ci_AlunoAvaliacao_1201796_1730" value="" type="hidden">
                <input name="nr_Nota_1201796_1730" id="nr_Nota_1201796_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;89497&nbsp;IURY PARENTE JULIO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="89497" type="hidden"></td>
            
            <td id="colunaNotaAluno_89497_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_154" id="ci_AlunoAvaliacao_89497_154" value="" type="hidden">
                <input name="nr_Nota_89497_154" id="nr_Nota_89497_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_160" id="ci_AlunoAvaliacao_89497_160" value="" type="hidden">
                <input name="nr_Nota_89497_160" id="nr_Nota_89497_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_530" id="ci_AlunoAvaliacao_89497_530" value="" type="hidden">
                <input name="nr_Nota_89497_530" id="nr_Nota_89497_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_780" id="ci_AlunoAvaliacao_89497_780" value="" type="hidden">
                <input name="nr_Nota_89497_780" id="nr_Nota_89497_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_800" id="ci_AlunoAvaliacao_89497_800" value="" type="hidden">
                <input name="nr_Nota_89497_800" id="nr_Nota_89497_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_890" id="ci_AlunoAvaliacao_89497_890" value="" type="hidden">
                <input name="nr_Nota_89497_890" id="nr_Nota_89497_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_970" id="ci_AlunoAvaliacao_89497_970" value="" type="hidden">
                <input name="nr_Nota_89497_970" id="nr_Nota_89497_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_3330" id="ci_AlunoAvaliacao_89497_3330" value="" type="hidden">
                <input name="nr_Nota_89497_3330" id="nr_Nota_89497_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1130" id="ci_AlunoAvaliacao_89497_1130" value="" type="hidden">
                <input name="nr_Nota_89497_1130" id="nr_Nota_89497_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1140" id="ci_AlunoAvaliacao_89497_1140" value="" type="hidden">
                <input name="nr_Nota_89497_1140" id="nr_Nota_89497_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1200" id="ci_AlunoAvaliacao_89497_1200" value="" type="hidden">
                <input name="nr_Nota_89497_1200" id="nr_Nota_89497_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1620" id="ci_AlunoAvaliacao_89497_1620" value="" type="hidden">
                <input name="nr_Nota_89497_1620" id="nr_Nota_89497_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1730" id="ci_AlunoAvaliacao_89497_1730" value="" type="hidden">
                <input name="nr_Nota_89497_1730" id="nr_Nota_89497_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;141940&nbsp;JEAN CARLOS JUREMA MARTINS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="141940" type="hidden"></td>
            
            <td id="colunaNotaAluno_141940_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_154" id="ci_AlunoAvaliacao_141940_154" value="" type="hidden">
                <input name="nr_Nota_141940_154" id="nr_Nota_141940_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_160" id="ci_AlunoAvaliacao_141940_160" value="" type="hidden">
                <input name="nr_Nota_141940_160" id="nr_Nota_141940_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_530" id="ci_AlunoAvaliacao_141940_530" value="" type="hidden">
                <input name="nr_Nota_141940_530" id="nr_Nota_141940_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_780" id="ci_AlunoAvaliacao_141940_780" value="" type="hidden">
                <input name="nr_Nota_141940_780" id="nr_Nota_141940_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_800" id="ci_AlunoAvaliacao_141940_800" value="" type="hidden">
                <input name="nr_Nota_141940_800" id="nr_Nota_141940_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_890" id="ci_AlunoAvaliacao_141940_890" value="" type="hidden">
                <input name="nr_Nota_141940_890" id="nr_Nota_141940_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_970" id="ci_AlunoAvaliacao_141940_970" value="" type="hidden">
                <input name="nr_Nota_141940_970" id="nr_Nota_141940_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_3330" id="ci_AlunoAvaliacao_141940_3330" value="" type="hidden">
                <input name="nr_Nota_141940_3330" id="nr_Nota_141940_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1130" id="ci_AlunoAvaliacao_141940_1130" value="" type="hidden">
                <input name="nr_Nota_141940_1130" id="nr_Nota_141940_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1140" id="ci_AlunoAvaliacao_141940_1140" value="" type="hidden">
                <input name="nr_Nota_141940_1140" id="nr_Nota_141940_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1200" id="ci_AlunoAvaliacao_141940_1200" value="" type="hidden">
                <input name="nr_Nota_141940_1200" id="nr_Nota_141940_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1620" id="ci_AlunoAvaliacao_141940_1620" value="" type="hidden">
                <input name="nr_Nota_141940_1620" id="nr_Nota_141940_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1730" id="ci_AlunoAvaliacao_141940_1730" value="" type="hidden">
                <input name="nr_Nota_141940_1730" id="nr_Nota_141940_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1668362&nbsp;JEFTE DUARTE DA COSTA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1668362" type="hidden"></td>
            
            <td id="colunaNotaAluno_1668362_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_154" id="ci_AlunoAvaliacao_1668362_154" value="" type="hidden">
                <input name="nr_Nota_1668362_154" id="nr_Nota_1668362_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_160" id="ci_AlunoAvaliacao_1668362_160" value="" type="hidden">
                <input name="nr_Nota_1668362_160" id="nr_Nota_1668362_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_530" id="ci_AlunoAvaliacao_1668362_530" value="" type="hidden">
                <input name="nr_Nota_1668362_530" id="nr_Nota_1668362_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_780" id="ci_AlunoAvaliacao_1668362_780" value="" type="hidden">
                <input name="nr_Nota_1668362_780" id="nr_Nota_1668362_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_800" id="ci_AlunoAvaliacao_1668362_800" value="" type="hidden">
                <input name="nr_Nota_1668362_800" id="nr_Nota_1668362_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_890" id="ci_AlunoAvaliacao_1668362_890" value="" type="hidden">
                <input name="nr_Nota_1668362_890" id="nr_Nota_1668362_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_970" id="ci_AlunoAvaliacao_1668362_970" value="" type="hidden">
                <input name="nr_Nota_1668362_970" id="nr_Nota_1668362_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_3330" id="ci_AlunoAvaliacao_1668362_3330" value="" type="hidden">
                <input name="nr_Nota_1668362_3330" id="nr_Nota_1668362_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1130" id="ci_AlunoAvaliacao_1668362_1130" value="" type="hidden">
                <input name="nr_Nota_1668362_1130" id="nr_Nota_1668362_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1140" id="ci_AlunoAvaliacao_1668362_1140" value="" type="hidden">
                <input name="nr_Nota_1668362_1140" id="nr_Nota_1668362_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1200" id="ci_AlunoAvaliacao_1668362_1200" value="" type="hidden">
                <input name="nr_Nota_1668362_1200" id="nr_Nota_1668362_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1620" id="ci_AlunoAvaliacao_1668362_1620" value="" type="hidden">
                <input name="nr_Nota_1668362_1620" id="nr_Nota_1668362_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1730" id="ci_AlunoAvaliacao_1668362_1730" value="" type="hidden">
                <input name="nr_Nota_1668362_1730" id="nr_Nota_1668362_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1198012&nbsp;JENNYFER CRISTINA DE MORAES SILVA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1198012" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198012_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_154" id="ci_AlunoAvaliacao_1198012_154" value="" type="hidden">
                <input name="nr_Nota_1198012_154" id="nr_Nota_1198012_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_160" id="ci_AlunoAvaliacao_1198012_160" value="" type="hidden">
                <input name="nr_Nota_1198012_160" id="nr_Nota_1198012_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_530" id="ci_AlunoAvaliacao_1198012_530" value="" type="hidden">
                <input name="nr_Nota_1198012_530" id="nr_Nota_1198012_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_780" id="ci_AlunoAvaliacao_1198012_780" value="" type="hidden">
                <input name="nr_Nota_1198012_780" id="nr_Nota_1198012_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_800" id="ci_AlunoAvaliacao_1198012_800" value="" type="hidden">
                <input name="nr_Nota_1198012_800" id="nr_Nota_1198012_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_890" id="ci_AlunoAvaliacao_1198012_890" value="" type="hidden">
                <input name="nr_Nota_1198012_890" id="nr_Nota_1198012_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_970" id="ci_AlunoAvaliacao_1198012_970" value="" type="hidden">
                <input name="nr_Nota_1198012_970" id="nr_Nota_1198012_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_3330" id="ci_AlunoAvaliacao_1198012_3330" value="" type="hidden">
                <input name="nr_Nota_1198012_3330" id="nr_Nota_1198012_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1130" id="ci_AlunoAvaliacao_1198012_1130" value="" type="hidden">
                <input name="nr_Nota_1198012_1130" id="nr_Nota_1198012_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1140" id="ci_AlunoAvaliacao_1198012_1140" value="" type="hidden">
                <input name="nr_Nota_1198012_1140" id="nr_Nota_1198012_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1200" id="ci_AlunoAvaliacao_1198012_1200" value="" type="hidden">
                <input name="nr_Nota_1198012_1200" id="nr_Nota_1198012_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1620" id="ci_AlunoAvaliacao_1198012_1620" value="" type="hidden">
                <input name="nr_Nota_1198012_1620" id="nr_Nota_1198012_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1730" id="ci_AlunoAvaliacao_1198012_1730" value="" type="hidden">
                <input name="nr_Nota_1198012_1730" id="nr_Nota_1198012_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1182058&nbsp;JESSICA MARQUES DO PRADO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1182058" type="hidden"></td>
            
            <td id="colunaNotaAluno_1182058_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_154" id="ci_AlunoAvaliacao_1182058_154" value="" type="hidden">
                <input name="nr_Nota_1182058_154" id="nr_Nota_1182058_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_160" id="ci_AlunoAvaliacao_1182058_160" value="" type="hidden">
                <input name="nr_Nota_1182058_160" id="nr_Nota_1182058_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_530" id="ci_AlunoAvaliacao_1182058_530" value="" type="hidden">
                <input name="nr_Nota_1182058_530" id="nr_Nota_1182058_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_780" id="ci_AlunoAvaliacao_1182058_780" value="" type="hidden">
                <input name="nr_Nota_1182058_780" id="nr_Nota_1182058_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_800" id="ci_AlunoAvaliacao_1182058_800" value="" type="hidden">
                <input name="nr_Nota_1182058_800" id="nr_Nota_1182058_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_890" id="ci_AlunoAvaliacao_1182058_890" value="" type="hidden">
                <input name="nr_Nota_1182058_890" id="nr_Nota_1182058_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_970" id="ci_AlunoAvaliacao_1182058_970" value="" type="hidden">
                <input name="nr_Nota_1182058_970" id="nr_Nota_1182058_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_3330" id="ci_AlunoAvaliacao_1182058_3330" value="" type="hidden">
                <input name="nr_Nota_1182058_3330" id="nr_Nota_1182058_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1130" id="ci_AlunoAvaliacao_1182058_1130" value="" type="hidden">
                <input name="nr_Nota_1182058_1130" id="nr_Nota_1182058_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1140" id="ci_AlunoAvaliacao_1182058_1140" value="" type="hidden">
                <input name="nr_Nota_1182058_1140" id="nr_Nota_1182058_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1200" id="ci_AlunoAvaliacao_1182058_1200" value="" type="hidden">
                <input name="nr_Nota_1182058_1200" id="nr_Nota_1182058_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1620" id="ci_AlunoAvaliacao_1182058_1620" value="" type="hidden">
                <input name="nr_Nota_1182058_1620" id="nr_Nota_1182058_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1730" id="ci_AlunoAvaliacao_1182058_1730" value="" type="hidden">
                <input name="nr_Nota_1182058_1730" id="nr_Nota_1182058_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;564245&nbsp;JOELIA LIMA SANTOS
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="564245" type="hidden"></td>
            
            <td id="colunaNotaAluno_564245_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_154" id="ci_AlunoAvaliacao_564245_154" value="" type="hidden">
                <input name="nr_Nota_564245_154" id="nr_Nota_564245_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_160" id="ci_AlunoAvaliacao_564245_160" value="" type="hidden">
                <input name="nr_Nota_564245_160" id="nr_Nota_564245_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_530" id="ci_AlunoAvaliacao_564245_530" value="" type="hidden">
                <input name="nr_Nota_564245_530" id="nr_Nota_564245_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_780" id="ci_AlunoAvaliacao_564245_780" value="" type="hidden">
                <input name="nr_Nota_564245_780" id="nr_Nota_564245_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_800" id="ci_AlunoAvaliacao_564245_800" value="" type="hidden">
                <input name="nr_Nota_564245_800" id="nr_Nota_564245_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_890" id="ci_AlunoAvaliacao_564245_890" value="" type="hidden">
                <input name="nr_Nota_564245_890" id="nr_Nota_564245_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_970" id="ci_AlunoAvaliacao_564245_970" value="" type="hidden">
                <input name="nr_Nota_564245_970" id="nr_Nota_564245_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_3330" id="ci_AlunoAvaliacao_564245_3330" value="" type="hidden">
                <input name="nr_Nota_564245_3330" id="nr_Nota_564245_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1130" id="ci_AlunoAvaliacao_564245_1130" value="" type="hidden">
                <input name="nr_Nota_564245_1130" id="nr_Nota_564245_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1140" id="ci_AlunoAvaliacao_564245_1140" value="" type="hidden">
                <input name="nr_Nota_564245_1140" id="nr_Nota_564245_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1200" id="ci_AlunoAvaliacao_564245_1200" value="" type="hidden">
                <input name="nr_Nota_564245_1200" id="nr_Nota_564245_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1620" id="ci_AlunoAvaliacao_564245_1620" value="" type="hidden">
                <input name="nr_Nota_564245_1620" id="nr_Nota_564245_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1730" id="ci_AlunoAvaliacao_564245_1730" value="" type="hidden">
                <input name="nr_Nota_564245_1730" id="nr_Nota_564245_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1668410&nbsp;KARINE SOUZA DE MOURA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1668410" type="hidden"></td>
            
            <td id="colunaNotaAluno_1668410_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_154" id="ci_AlunoAvaliacao_1668410_154" value="" type="hidden">
                <input name="nr_Nota_1668410_154" id="nr_Nota_1668410_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_160" id="ci_AlunoAvaliacao_1668410_160" value="" type="hidden">
                <input name="nr_Nota_1668410_160" id="nr_Nota_1668410_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_530" id="ci_AlunoAvaliacao_1668410_530" value="" type="hidden">
                <input name="nr_Nota_1668410_530" id="nr_Nota_1668410_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_780" id="ci_AlunoAvaliacao_1668410_780" value="" type="hidden">
                <input name="nr_Nota_1668410_780" id="nr_Nota_1668410_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_800" id="ci_AlunoAvaliacao_1668410_800" value="" type="hidden">
                <input name="nr_Nota_1668410_800" id="nr_Nota_1668410_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_890" id="ci_AlunoAvaliacao_1668410_890" value="" type="hidden">
                <input name="nr_Nota_1668410_890" id="nr_Nota_1668410_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_970" id="ci_AlunoAvaliacao_1668410_970" value="" type="hidden">
                <input name="nr_Nota_1668410_970" id="nr_Nota_1668410_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_3330" id="ci_AlunoAvaliacao_1668410_3330" value="" type="hidden">
                <input name="nr_Nota_1668410_3330" id="nr_Nota_1668410_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1130" id="ci_AlunoAvaliacao_1668410_1130" value="" type="hidden">
                <input name="nr_Nota_1668410_1130" id="nr_Nota_1668410_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1140" id="ci_AlunoAvaliacao_1668410_1140" value="" type="hidden">
                <input name="nr_Nota_1668410_1140" id="nr_Nota_1668410_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1200" id="ci_AlunoAvaliacao_1668410_1200" value="" type="hidden">
                <input name="nr_Nota_1668410_1200" id="nr_Nota_1668410_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1620" id="ci_AlunoAvaliacao_1668410_1620" value="" type="hidden">
                <input name="nr_Nota_1668410_1620" id="nr_Nota_1668410_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1730" id="ci_AlunoAvaliacao_1668410_1730" value="" type="hidden">
                <input name="nr_Nota_1668410_1730" id="nr_Nota_1668410_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1165829&nbsp;KERVESSON BARBOSA PEREIRA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1165829" type="hidden"></td>
            
            <td id="colunaNotaAluno_1165829_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_154" id="ci_AlunoAvaliacao_1165829_154" value="" type="hidden">
                <input name="nr_Nota_1165829_154" id="nr_Nota_1165829_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_160" id="ci_AlunoAvaliacao_1165829_160" value="" type="hidden">
                <input name="nr_Nota_1165829_160" id="nr_Nota_1165829_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_530" id="ci_AlunoAvaliacao_1165829_530" value="" type="hidden">
                <input name="nr_Nota_1165829_530" id="nr_Nota_1165829_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_780" id="ci_AlunoAvaliacao_1165829_780" value="" type="hidden">
                <input name="nr_Nota_1165829_780" id="nr_Nota_1165829_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_800" id="ci_AlunoAvaliacao_1165829_800" value="" type="hidden">
                <input name="nr_Nota_1165829_800" id="nr_Nota_1165829_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_890" id="ci_AlunoAvaliacao_1165829_890" value="" type="hidden">
                <input name="nr_Nota_1165829_890" id="nr_Nota_1165829_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_970" id="ci_AlunoAvaliacao_1165829_970" value="" type="hidden">
                <input name="nr_Nota_1165829_970" id="nr_Nota_1165829_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_3330" id="ci_AlunoAvaliacao_1165829_3330" value="" type="hidden">
                <input name="nr_Nota_1165829_3330" id="nr_Nota_1165829_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1130" id="ci_AlunoAvaliacao_1165829_1130" value="" type="hidden">
                <input name="nr_Nota_1165829_1130" id="nr_Nota_1165829_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1140" id="ci_AlunoAvaliacao_1165829_1140" value="" type="hidden">
                <input name="nr_Nota_1165829_1140" id="nr_Nota_1165829_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1200" id="ci_AlunoAvaliacao_1165829_1200" value="" type="hidden">
                <input name="nr_Nota_1165829_1200" id="nr_Nota_1165829_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1620" id="ci_AlunoAvaliacao_1165829_1620" value="" type="hidden">
                <input name="nr_Nota_1165829_1620" id="nr_Nota_1165829_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1730" id="ci_AlunoAvaliacao_1165829_1730" value="" type="hidden">
                <input name="nr_Nota_1165829_1730" id="nr_Nota_1165829_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;410160&nbsp;KESLINDA KATTNEY MELO DE LIMA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="410160" type="hidden"></td>
            
            <td id="colunaNotaAluno_410160_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_154" id="ci_AlunoAvaliacao_410160_154" value="" type="hidden">
                <input name="nr_Nota_410160_154" id="nr_Nota_410160_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_160" id="ci_AlunoAvaliacao_410160_160" value="" type="hidden">
                <input name="nr_Nota_410160_160" id="nr_Nota_410160_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_530" id="ci_AlunoAvaliacao_410160_530" value="" type="hidden">
                <input name="nr_Nota_410160_530" id="nr_Nota_410160_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_780" id="ci_AlunoAvaliacao_410160_780" value="" type="hidden">
                <input name="nr_Nota_410160_780" id="nr_Nota_410160_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_800" id="ci_AlunoAvaliacao_410160_800" value="" type="hidden">
                <input name="nr_Nota_410160_800" id="nr_Nota_410160_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_890" id="ci_AlunoAvaliacao_410160_890" value="" type="hidden">
                <input name="nr_Nota_410160_890" id="nr_Nota_410160_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_970" id="ci_AlunoAvaliacao_410160_970" value="" type="hidden">
                <input name="nr_Nota_410160_970" id="nr_Nota_410160_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_3330" id="ci_AlunoAvaliacao_410160_3330" value="" type="hidden">
                <input name="nr_Nota_410160_3330" id="nr_Nota_410160_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1130" id="ci_AlunoAvaliacao_410160_1130" value="" type="hidden">
                <input name="nr_Nota_410160_1130" id="nr_Nota_410160_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1140" id="ci_AlunoAvaliacao_410160_1140" value="" type="hidden">
                <input name="nr_Nota_410160_1140" id="nr_Nota_410160_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1200" id="ci_AlunoAvaliacao_410160_1200" value="" type="hidden">
                <input name="nr_Nota_410160_1200" id="nr_Nota_410160_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1620" id="ci_AlunoAvaliacao_410160_1620" value="" type="hidden">
                <input name="nr_Nota_410160_1620" id="nr_Nota_410160_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1730" id="ci_AlunoAvaliacao_410160_1730" value="" type="hidden">
                <input name="nr_Nota_410160_1730" id="nr_Nota_410160_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;901240&nbsp;LEANDRO LEAL ASSUNCAO ALENCAR
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="901240" type="hidden"></td>
            
            <td id="colunaNotaAluno_901240_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_154" id="ci_AlunoAvaliacao_901240_154" value="" type="hidden">
                <input name="nr_Nota_901240_154" id="nr_Nota_901240_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_160" id="ci_AlunoAvaliacao_901240_160" value="" type="hidden">
                <input name="nr_Nota_901240_160" id="nr_Nota_901240_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_530" id="ci_AlunoAvaliacao_901240_530" value="" type="hidden">
                <input name="nr_Nota_901240_530" id="nr_Nota_901240_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_780" id="ci_AlunoAvaliacao_901240_780" value="" type="hidden">
                <input name="nr_Nota_901240_780" id="nr_Nota_901240_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_800" id="ci_AlunoAvaliacao_901240_800" value="" type="hidden">
                <input name="nr_Nota_901240_800" id="nr_Nota_901240_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_890" id="ci_AlunoAvaliacao_901240_890" value="" type="hidden">
                <input name="nr_Nota_901240_890" id="nr_Nota_901240_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_970" id="ci_AlunoAvaliacao_901240_970" value="" type="hidden">
                <input name="nr_Nota_901240_970" id="nr_Nota_901240_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_3330" id="ci_AlunoAvaliacao_901240_3330" value="" type="hidden">
                <input name="nr_Nota_901240_3330" id="nr_Nota_901240_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1130" id="ci_AlunoAvaliacao_901240_1130" value="" type="hidden">
                <input name="nr_Nota_901240_1130" id="nr_Nota_901240_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1140" id="ci_AlunoAvaliacao_901240_1140" value="" type="hidden">
                <input name="nr_Nota_901240_1140" id="nr_Nota_901240_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1200" id="ci_AlunoAvaliacao_901240_1200" value="" type="hidden">
                <input name="nr_Nota_901240_1200" id="nr_Nota_901240_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1620" id="ci_AlunoAvaliacao_901240_1620" value="" type="hidden">
                <input name="nr_Nota_901240_1620" id="nr_Nota_901240_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1730" id="ci_AlunoAvaliacao_901240_1730" value="" type="hidden">
                <input name="nr_Nota_901240_1730" id="nr_Nota_901240_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;94606&nbsp;LILIANE VITAL DOS SANTOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="94606" type="hidden"></td>
            
            <td id="colunaNotaAluno_94606_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_154" id="ci_AlunoAvaliacao_94606_154" value="" type="hidden">
                <input name="nr_Nota_94606_154" id="nr_Nota_94606_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_160" id="ci_AlunoAvaliacao_94606_160" value="" type="hidden">
                <input name="nr_Nota_94606_160" id="nr_Nota_94606_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_530" id="ci_AlunoAvaliacao_94606_530" value="" type="hidden">
                <input name="nr_Nota_94606_530" id="nr_Nota_94606_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_780" id="ci_AlunoAvaliacao_94606_780" value="" type="hidden">
                <input name="nr_Nota_94606_780" id="nr_Nota_94606_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_800" id="ci_AlunoAvaliacao_94606_800" value="" type="hidden">
                <input name="nr_Nota_94606_800" id="nr_Nota_94606_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_890" id="ci_AlunoAvaliacao_94606_890" value="" type="hidden">
                <input name="nr_Nota_94606_890" id="nr_Nota_94606_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_970" id="ci_AlunoAvaliacao_94606_970" value="" type="hidden">
                <input name="nr_Nota_94606_970" id="nr_Nota_94606_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_3330" id="ci_AlunoAvaliacao_94606_3330" value="" type="hidden">
                <input name="nr_Nota_94606_3330" id="nr_Nota_94606_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1130" id="ci_AlunoAvaliacao_94606_1130" value="" type="hidden">
                <input name="nr_Nota_94606_1130" id="nr_Nota_94606_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1140" id="ci_AlunoAvaliacao_94606_1140" value="" type="hidden">
                <input name="nr_Nota_94606_1140" id="nr_Nota_94606_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1200" id="ci_AlunoAvaliacao_94606_1200" value="" type="hidden">
                <input name="nr_Nota_94606_1200" id="nr_Nota_94606_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1620" id="ci_AlunoAvaliacao_94606_1620" value="" type="hidden">
                <input name="nr_Nota_94606_1620" id="nr_Nota_94606_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1730" id="ci_AlunoAvaliacao_94606_1730" value="" type="hidden">
                <input name="nr_Nota_94606_1730" id="nr_Nota_94606_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;873919&nbsp;LUANA SILVA DE MACEDO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="873919" type="hidden"></td>
            
            <td id="colunaNotaAluno_873919_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_154" id="ci_AlunoAvaliacao_873919_154" value="" type="hidden">
                <input name="nr_Nota_873919_154" id="nr_Nota_873919_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_160" id="ci_AlunoAvaliacao_873919_160" value="" type="hidden">
                <input name="nr_Nota_873919_160" id="nr_Nota_873919_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_530" id="ci_AlunoAvaliacao_873919_530" value="" type="hidden">
                <input name="nr_Nota_873919_530" id="nr_Nota_873919_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_780" id="ci_AlunoAvaliacao_873919_780" value="" type="hidden">
                <input name="nr_Nota_873919_780" id="nr_Nota_873919_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_800" id="ci_AlunoAvaliacao_873919_800" value="" type="hidden">
                <input name="nr_Nota_873919_800" id="nr_Nota_873919_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_890" id="ci_AlunoAvaliacao_873919_890" value="" type="hidden">
                <input name="nr_Nota_873919_890" id="nr_Nota_873919_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_970" id="ci_AlunoAvaliacao_873919_970" value="" type="hidden">
                <input name="nr_Nota_873919_970" id="nr_Nota_873919_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_3330" id="ci_AlunoAvaliacao_873919_3330" value="" type="hidden">
                <input name="nr_Nota_873919_3330" id="nr_Nota_873919_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1130" id="ci_AlunoAvaliacao_873919_1130" value="" type="hidden">
                <input name="nr_Nota_873919_1130" id="nr_Nota_873919_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1140" id="ci_AlunoAvaliacao_873919_1140" value="" type="hidden">
                <input name="nr_Nota_873919_1140" id="nr_Nota_873919_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1200" id="ci_AlunoAvaliacao_873919_1200" value="" type="hidden">
                <input name="nr_Nota_873919_1200" id="nr_Nota_873919_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1620" id="ci_AlunoAvaliacao_873919_1620" value="" type="hidden">
                <input name="nr_Nota_873919_1620" id="nr_Nota_873919_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1730" id="ci_AlunoAvaliacao_873919_1730" value="" type="hidden">
                <input name="nr_Nota_873919_1730" id="nr_Nota_873919_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2168761&nbsp;LUCAS CASTRO SILVA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="2168761" type="hidden"></td>
            
            <td id="colunaNotaAluno_2168761_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_154" id="ci_AlunoAvaliacao_2168761_154" value="" type="hidden">
                <input name="nr_Nota_2168761_154" id="nr_Nota_2168761_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_160" id="ci_AlunoAvaliacao_2168761_160" value="" type="hidden">
                <input name="nr_Nota_2168761_160" id="nr_Nota_2168761_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_530" id="ci_AlunoAvaliacao_2168761_530" value="" type="hidden">
                <input name="nr_Nota_2168761_530" id="nr_Nota_2168761_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_780" id="ci_AlunoAvaliacao_2168761_780" value="" type="hidden">
                <input name="nr_Nota_2168761_780" id="nr_Nota_2168761_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_800" id="ci_AlunoAvaliacao_2168761_800" value="" type="hidden">
                <input name="nr_Nota_2168761_800" id="nr_Nota_2168761_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_890" id="ci_AlunoAvaliacao_2168761_890" value="" type="hidden">
                <input name="nr_Nota_2168761_890" id="nr_Nota_2168761_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_970" id="ci_AlunoAvaliacao_2168761_970" value="" type="hidden">
                <input name="nr_Nota_2168761_970" id="nr_Nota_2168761_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_3330" id="ci_AlunoAvaliacao_2168761_3330" value="" type="hidden">
                <input name="nr_Nota_2168761_3330" id="nr_Nota_2168761_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1130" id="ci_AlunoAvaliacao_2168761_1130" value="" type="hidden">
                <input name="nr_Nota_2168761_1130" id="nr_Nota_2168761_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1140" id="ci_AlunoAvaliacao_2168761_1140" value="" type="hidden">
                <input name="nr_Nota_2168761_1140" id="nr_Nota_2168761_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1200" id="ci_AlunoAvaliacao_2168761_1200" value="" type="hidden">
                <input name="nr_Nota_2168761_1200" id="nr_Nota_2168761_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1620" id="ci_AlunoAvaliacao_2168761_1620" value="" type="hidden">
                <input name="nr_Nota_2168761_1620" id="nr_Nota_2168761_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1730" id="ci_AlunoAvaliacao_2168761_1730" value="" type="hidden">
                <input name="nr_Nota_2168761_1730" id="nr_Nota_2168761_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;982107&nbsp;LUCAS DE ARAUJO CITO CAVALCANTE
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="982107" type="hidden"></td>
            
            <td id="colunaNotaAluno_982107_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_154" id="ci_AlunoAvaliacao_982107_154" value="" type="hidden">
                <input name="nr_Nota_982107_154" id="nr_Nota_982107_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_160" id="ci_AlunoAvaliacao_982107_160" value="" type="hidden">
                <input name="nr_Nota_982107_160" id="nr_Nota_982107_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_530" id="ci_AlunoAvaliacao_982107_530" value="" type="hidden">
                <input name="nr_Nota_982107_530" id="nr_Nota_982107_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_780" id="ci_AlunoAvaliacao_982107_780" value="" type="hidden">
                <input name="nr_Nota_982107_780" id="nr_Nota_982107_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_800" id="ci_AlunoAvaliacao_982107_800" value="" type="hidden">
                <input name="nr_Nota_982107_800" id="nr_Nota_982107_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_890" id="ci_AlunoAvaliacao_982107_890" value="" type="hidden">
                <input name="nr_Nota_982107_890" id="nr_Nota_982107_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_970" id="ci_AlunoAvaliacao_982107_970" value="" type="hidden">
                <input name="nr_Nota_982107_970" id="nr_Nota_982107_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_3330" id="ci_AlunoAvaliacao_982107_3330" value="" type="hidden">
                <input name="nr_Nota_982107_3330" id="nr_Nota_982107_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1130" id="ci_AlunoAvaliacao_982107_1130" value="" type="hidden">
                <input name="nr_Nota_982107_1130" id="nr_Nota_982107_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1140" id="ci_AlunoAvaliacao_982107_1140" value="" type="hidden">
                <input name="nr_Nota_982107_1140" id="nr_Nota_982107_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1200" id="ci_AlunoAvaliacao_982107_1200" value="" type="hidden">
                <input name="nr_Nota_982107_1200" id="nr_Nota_982107_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1620" id="ci_AlunoAvaliacao_982107_1620" value="" type="hidden">
                <input name="nr_Nota_982107_1620" id="nr_Nota_982107_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1730" id="ci_AlunoAvaliacao_982107_1730" value="" type="hidden">
                <input name="nr_Nota_982107_1730" id="nr_Nota_982107_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1203632&nbsp;LUCAS MACEDO DE SOUSA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1203632" type="hidden"></td>
            
            <td id="colunaNotaAluno_1203632_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_154" id="ci_AlunoAvaliacao_1203632_154" value="" type="hidden">
                <input name="nr_Nota_1203632_154" id="nr_Nota_1203632_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_160" id="ci_AlunoAvaliacao_1203632_160" value="" type="hidden">
                <input name="nr_Nota_1203632_160" id="nr_Nota_1203632_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_530" id="ci_AlunoAvaliacao_1203632_530" value="" type="hidden">
                <input name="nr_Nota_1203632_530" id="nr_Nota_1203632_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_780" id="ci_AlunoAvaliacao_1203632_780" value="" type="hidden">
                <input name="nr_Nota_1203632_780" id="nr_Nota_1203632_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_800" id="ci_AlunoAvaliacao_1203632_800" value="" type="hidden">
                <input name="nr_Nota_1203632_800" id="nr_Nota_1203632_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_890" id="ci_AlunoAvaliacao_1203632_890" value="" type="hidden">
                <input name="nr_Nota_1203632_890" id="nr_Nota_1203632_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_970" id="ci_AlunoAvaliacao_1203632_970" value="" type="hidden">
                <input name="nr_Nota_1203632_970" id="nr_Nota_1203632_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_3330" id="ci_AlunoAvaliacao_1203632_3330" value="" type="hidden">
                <input name="nr_Nota_1203632_3330" id="nr_Nota_1203632_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1130" id="ci_AlunoAvaliacao_1203632_1130" value="" type="hidden">
                <input name="nr_Nota_1203632_1130" id="nr_Nota_1203632_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1140" id="ci_AlunoAvaliacao_1203632_1140" value="" type="hidden">
                <input name="nr_Nota_1203632_1140" id="nr_Nota_1203632_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1200" id="ci_AlunoAvaliacao_1203632_1200" value="" type="hidden">
                <input name="nr_Nota_1203632_1200" id="nr_Nota_1203632_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1620" id="ci_AlunoAvaliacao_1203632_1620" value="" type="hidden">
                <input name="nr_Nota_1203632_1620" id="nr_Nota_1203632_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1730" id="ci_AlunoAvaliacao_1203632_1730" value="" type="hidden">
                <input name="nr_Nota_1203632_1730" id="nr_Nota_1203632_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892397&nbsp;LUCILENE SAMPAIO COSTA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="892397" type="hidden"></td>
            
            <td id="colunaNotaAluno_892397_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_154" id="ci_AlunoAvaliacao_892397_154" value="" type="hidden">
                <input name="nr_Nota_892397_154" id="nr_Nota_892397_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_160" id="ci_AlunoAvaliacao_892397_160" value="" type="hidden">
                <input name="nr_Nota_892397_160" id="nr_Nota_892397_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_530" id="ci_AlunoAvaliacao_892397_530" value="" type="hidden">
                <input name="nr_Nota_892397_530" id="nr_Nota_892397_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_780" id="ci_AlunoAvaliacao_892397_780" value="" type="hidden">
                <input name="nr_Nota_892397_780" id="nr_Nota_892397_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_800" id="ci_AlunoAvaliacao_892397_800" value="" type="hidden">
                <input name="nr_Nota_892397_800" id="nr_Nota_892397_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_890" id="ci_AlunoAvaliacao_892397_890" value="" type="hidden">
                <input name="nr_Nota_892397_890" id="nr_Nota_892397_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_970" id="ci_AlunoAvaliacao_892397_970" value="" type="hidden">
                <input name="nr_Nota_892397_970" id="nr_Nota_892397_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_3330" id="ci_AlunoAvaliacao_892397_3330" value="" type="hidden">
                <input name="nr_Nota_892397_3330" id="nr_Nota_892397_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1130" id="ci_AlunoAvaliacao_892397_1130" value="" type="hidden">
                <input name="nr_Nota_892397_1130" id="nr_Nota_892397_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1140" id="ci_AlunoAvaliacao_892397_1140" value="" type="hidden">
                <input name="nr_Nota_892397_1140" id="nr_Nota_892397_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1200" id="ci_AlunoAvaliacao_892397_1200" value="" type="hidden">
                <input name="nr_Nota_892397_1200" id="nr_Nota_892397_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1620" id="ci_AlunoAvaliacao_892397_1620" value="" type="hidden">
                <input name="nr_Nota_892397_1620" id="nr_Nota_892397_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1730" id="ci_AlunoAvaliacao_892397_1730" value="" type="hidden">
                <input name="nr_Nota_892397_1730" id="nr_Nota_892397_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;104376&nbsp;LUIZ EDUARDO NASCIMENTO DE AMORIM
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="104376" type="hidden"></td>
            
            <td id="colunaNotaAluno_104376_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_154" id="ci_AlunoAvaliacao_104376_154" value="" type="hidden">
                <input name="nr_Nota_104376_154" id="nr_Nota_104376_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_160" id="ci_AlunoAvaliacao_104376_160" value="" type="hidden">
                <input name="nr_Nota_104376_160" id="nr_Nota_104376_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_530" id="ci_AlunoAvaliacao_104376_530" value="" type="hidden">
                <input name="nr_Nota_104376_530" id="nr_Nota_104376_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_780" id="ci_AlunoAvaliacao_104376_780" value="" type="hidden">
                <input name="nr_Nota_104376_780" id="nr_Nota_104376_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_800" id="ci_AlunoAvaliacao_104376_800" value="" type="hidden">
                <input name="nr_Nota_104376_800" id="nr_Nota_104376_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_890" id="ci_AlunoAvaliacao_104376_890" value="" type="hidden">
                <input name="nr_Nota_104376_890" id="nr_Nota_104376_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_970" id="ci_AlunoAvaliacao_104376_970" value="" type="hidden">
                <input name="nr_Nota_104376_970" id="nr_Nota_104376_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_3330" id="ci_AlunoAvaliacao_104376_3330" value="" type="hidden">
                <input name="nr_Nota_104376_3330" id="nr_Nota_104376_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1130" id="ci_AlunoAvaliacao_104376_1130" value="" type="hidden">
                <input name="nr_Nota_104376_1130" id="nr_Nota_104376_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1140" id="ci_AlunoAvaliacao_104376_1140" value="" type="hidden">
                <input name="nr_Nota_104376_1140" id="nr_Nota_104376_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1200" id="ci_AlunoAvaliacao_104376_1200" value="" type="hidden">
                <input name="nr_Nota_104376_1200" id="nr_Nota_104376_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1620" id="ci_AlunoAvaliacao_104376_1620" value="" type="hidden">
                <input name="nr_Nota_104376_1620" id="nr_Nota_104376_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1730" id="ci_AlunoAvaliacao_104376_1730" value="" type="hidden">
                <input name="nr_Nota_104376_1730" id="nr_Nota_104376_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;879769&nbsp;NEILA EVANGELISTA DE ARAUJO
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="879769" type="hidden"></td>
            
            <td id="colunaNotaAluno_879769_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_154" id="ci_AlunoAvaliacao_879769_154" value="" type="hidden">
                <input name="nr_Nota_879769_154" id="nr_Nota_879769_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_160" id="ci_AlunoAvaliacao_879769_160" value="" type="hidden">
                <input name="nr_Nota_879769_160" id="nr_Nota_879769_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_530" id="ci_AlunoAvaliacao_879769_530" value="" type="hidden">
                <input name="nr_Nota_879769_530" id="nr_Nota_879769_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_780" id="ci_AlunoAvaliacao_879769_780" value="" type="hidden">
                <input name="nr_Nota_879769_780" id="nr_Nota_879769_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_800" id="ci_AlunoAvaliacao_879769_800" value="" type="hidden">
                <input name="nr_Nota_879769_800" id="nr_Nota_879769_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_890" id="ci_AlunoAvaliacao_879769_890" value="" type="hidden">
                <input name="nr_Nota_879769_890" id="nr_Nota_879769_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_970" id="ci_AlunoAvaliacao_879769_970" value="" type="hidden">
                <input name="nr_Nota_879769_970" id="nr_Nota_879769_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_3330" id="ci_AlunoAvaliacao_879769_3330" value="" type="hidden">
                <input name="nr_Nota_879769_3330" id="nr_Nota_879769_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1130" id="ci_AlunoAvaliacao_879769_1130" value="" type="hidden">
                <input name="nr_Nota_879769_1130" id="nr_Nota_879769_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1140" id="ci_AlunoAvaliacao_879769_1140" value="" type="hidden">
                <input name="nr_Nota_879769_1140" id="nr_Nota_879769_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1200" id="ci_AlunoAvaliacao_879769_1200" value="" type="hidden">
                <input name="nr_Nota_879769_1200" id="nr_Nota_879769_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1620" id="ci_AlunoAvaliacao_879769_1620" value="" type="hidden">
                <input name="nr_Nota_879769_1620" id="nr_Nota_879769_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1730" id="ci_AlunoAvaliacao_879769_1730" value="" type="hidden">
                <input name="nr_Nota_879769_1730" id="nr_Nota_879769_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1140882&nbsp;OLIVIO NETO TOMAZ DA COSTA PINTO
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1140882" type="hidden"></td>
            
            <td id="colunaNotaAluno_1140882_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_154" id="ci_AlunoAvaliacao_1140882_154" value="" type="hidden">
                <input name="nr_Nota_1140882_154" id="nr_Nota_1140882_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_160" id="ci_AlunoAvaliacao_1140882_160" value="" type="hidden">
                <input name="nr_Nota_1140882_160" id="nr_Nota_1140882_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_530" id="ci_AlunoAvaliacao_1140882_530" value="" type="hidden">
                <input name="nr_Nota_1140882_530" id="nr_Nota_1140882_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_780" id="ci_AlunoAvaliacao_1140882_780" value="" type="hidden">
                <input name="nr_Nota_1140882_780" id="nr_Nota_1140882_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_800" id="ci_AlunoAvaliacao_1140882_800" value="" type="hidden">
                <input name="nr_Nota_1140882_800" id="nr_Nota_1140882_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_890" id="ci_AlunoAvaliacao_1140882_890" value="" type="hidden">
                <input name="nr_Nota_1140882_890" id="nr_Nota_1140882_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_970" id="ci_AlunoAvaliacao_1140882_970" value="" type="hidden">
                <input name="nr_Nota_1140882_970" id="nr_Nota_1140882_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_3330" id="ci_AlunoAvaliacao_1140882_3330" value="" type="hidden">
                <input name="nr_Nota_1140882_3330" id="nr_Nota_1140882_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1130" id="ci_AlunoAvaliacao_1140882_1130" value="" type="hidden">
                <input name="nr_Nota_1140882_1130" id="nr_Nota_1140882_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1140" id="ci_AlunoAvaliacao_1140882_1140" value="" type="hidden">
                <input name="nr_Nota_1140882_1140" id="nr_Nota_1140882_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1200" id="ci_AlunoAvaliacao_1140882_1200" value="" type="hidden">
                <input name="nr_Nota_1140882_1200" id="nr_Nota_1140882_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1620" id="ci_AlunoAvaliacao_1140882_1620" value="" type="hidden">
                <input name="nr_Nota_1140882_1620" id="nr_Nota_1140882_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1730" id="ci_AlunoAvaliacao_1140882_1730" value="" type="hidden">
                <input name="nr_Nota_1140882_1730" id="nr_Nota_1140882_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195834&nbsp;RAFAEL FERREIRA PARACAMPOS
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1195834" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195834_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_154" id="ci_AlunoAvaliacao_1195834_154" value="" type="hidden">
                <input name="nr_Nota_1195834_154" id="nr_Nota_1195834_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_160" id="ci_AlunoAvaliacao_1195834_160" value="" type="hidden">
                <input name="nr_Nota_1195834_160" id="nr_Nota_1195834_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_530" id="ci_AlunoAvaliacao_1195834_530" value="" type="hidden">
                <input name="nr_Nota_1195834_530" id="nr_Nota_1195834_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_780" id="ci_AlunoAvaliacao_1195834_780" value="" type="hidden">
                <input name="nr_Nota_1195834_780" id="nr_Nota_1195834_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_800" id="ci_AlunoAvaliacao_1195834_800" value="" type="hidden">
                <input name="nr_Nota_1195834_800" id="nr_Nota_1195834_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_890" id="ci_AlunoAvaliacao_1195834_890" value="" type="hidden">
                <input name="nr_Nota_1195834_890" id="nr_Nota_1195834_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_970" id="ci_AlunoAvaliacao_1195834_970" value="" type="hidden">
                <input name="nr_Nota_1195834_970" id="nr_Nota_1195834_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_3330" id="ci_AlunoAvaliacao_1195834_3330" value="" type="hidden">
                <input name="nr_Nota_1195834_3330" id="nr_Nota_1195834_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1130" id="ci_AlunoAvaliacao_1195834_1130" value="" type="hidden">
                <input name="nr_Nota_1195834_1130" id="nr_Nota_1195834_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1140" id="ci_AlunoAvaliacao_1195834_1140" value="" type="hidden">
                <input name="nr_Nota_1195834_1140" id="nr_Nota_1195834_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1200" id="ci_AlunoAvaliacao_1195834_1200" value="" type="hidden">
                <input name="nr_Nota_1195834_1200" id="nr_Nota_1195834_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1620" id="ci_AlunoAvaliacao_1195834_1620" value="" type="hidden">
                <input name="nr_Nota_1195834_1620" id="nr_Nota_1195834_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1730" id="ci_AlunoAvaliacao_1195834_1730" value="" type="hidden">
                <input name="nr_Nota_1195834_1730" id="nr_Nota_1195834_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1203029&nbsp;TAYNA SOARES DA SILVA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1203029" type="hidden"></td>
            
            <td id="colunaNotaAluno_1203029_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_154" id="ci_AlunoAvaliacao_1203029_154" value="" type="hidden">
                <input name="nr_Nota_1203029_154" id="nr_Nota_1203029_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_160" id="ci_AlunoAvaliacao_1203029_160" value="" type="hidden">
                <input name="nr_Nota_1203029_160" id="nr_Nota_1203029_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_530" id="ci_AlunoAvaliacao_1203029_530" value="" type="hidden">
                <input name="nr_Nota_1203029_530" id="nr_Nota_1203029_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_780" id="ci_AlunoAvaliacao_1203029_780" value="" type="hidden">
                <input name="nr_Nota_1203029_780" id="nr_Nota_1203029_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_800" id="ci_AlunoAvaliacao_1203029_800" value="" type="hidden">
                <input name="nr_Nota_1203029_800" id="nr_Nota_1203029_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_890" id="ci_AlunoAvaliacao_1203029_890" value="" type="hidden">
                <input name="nr_Nota_1203029_890" id="nr_Nota_1203029_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_970" id="ci_AlunoAvaliacao_1203029_970" value="" type="hidden">
                <input name="nr_Nota_1203029_970" id="nr_Nota_1203029_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_3330" id="ci_AlunoAvaliacao_1203029_3330" value="" type="hidden">
                <input name="nr_Nota_1203029_3330" id="nr_Nota_1203029_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1130" id="ci_AlunoAvaliacao_1203029_1130" value="" type="hidden">
                <input name="nr_Nota_1203029_1130" id="nr_Nota_1203029_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1140" id="ci_AlunoAvaliacao_1203029_1140" value="" type="hidden">
                <input name="nr_Nota_1203029_1140" id="nr_Nota_1203029_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1200" id="ci_AlunoAvaliacao_1203029_1200" value="" type="hidden">
                <input name="nr_Nota_1203029_1200" id="nr_Nota_1203029_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1620" id="ci_AlunoAvaliacao_1203029_1620" value="" type="hidden">
                <input name="nr_Nota_1203029_1620" id="nr_Nota_1203029_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1730" id="ci_AlunoAvaliacao_1203029_1730" value="" type="hidden">
                <input name="nr_Nota_1203029_1730" id="nr_Nota_1203029_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;641349&nbsp;TAYLANE DE SOUZA BEZERRA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="641349" type="hidden"></td>
            
            <td id="colunaNotaAluno_641349_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_154" id="ci_AlunoAvaliacao_641349_154" value="" type="hidden">
                <input name="nr_Nota_641349_154" id="nr_Nota_641349_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_160" id="ci_AlunoAvaliacao_641349_160" value="" type="hidden">
                <input name="nr_Nota_641349_160" id="nr_Nota_641349_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_530" id="ci_AlunoAvaliacao_641349_530" value="" type="hidden">
                <input name="nr_Nota_641349_530" id="nr_Nota_641349_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_780" id="ci_AlunoAvaliacao_641349_780" value="" type="hidden">
                <input name="nr_Nota_641349_780" id="nr_Nota_641349_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_800" id="ci_AlunoAvaliacao_641349_800" value="" type="hidden">
                <input name="nr_Nota_641349_800" id="nr_Nota_641349_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_890" id="ci_AlunoAvaliacao_641349_890" value="" type="hidden">
                <input name="nr_Nota_641349_890" id="nr_Nota_641349_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_970" id="ci_AlunoAvaliacao_641349_970" value="" type="hidden">
                <input name="nr_Nota_641349_970" id="nr_Nota_641349_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_3330" id="ci_AlunoAvaliacao_641349_3330" value="" type="hidden">
                <input name="nr_Nota_641349_3330" id="nr_Nota_641349_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1130" id="ci_AlunoAvaliacao_641349_1130" value="" type="hidden">
                <input name="nr_Nota_641349_1130" id="nr_Nota_641349_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1140" id="ci_AlunoAvaliacao_641349_1140" value="" type="hidden">
                <input name="nr_Nota_641349_1140" id="nr_Nota_641349_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1200" id="ci_AlunoAvaliacao_641349_1200" value="" type="hidden">
                <input name="nr_Nota_641349_1200" id="nr_Nota_641349_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1620" id="ci_AlunoAvaliacao_641349_1620" value="" type="hidden">
                <input name="nr_Nota_641349_1620" id="nr_Nota_641349_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1730" id="ci_AlunoAvaliacao_641349_1730" value="" type="hidden">
                <input name="nr_Nota_641349_1730" id="nr_Nota_641349_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1524156&nbsp;THAIS MARJORIE GOMES DA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1524156" type="hidden"></td>
            
            <td id="colunaNotaAluno_1524156_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_154" id="ci_AlunoAvaliacao_1524156_154" value="" type="hidden">
                <input name="nr_Nota_1524156_154" id="nr_Nota_1524156_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_160" id="ci_AlunoAvaliacao_1524156_160" value="" type="hidden">
                <input name="nr_Nota_1524156_160" id="nr_Nota_1524156_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_530" id="ci_AlunoAvaliacao_1524156_530" value="" type="hidden">
                <input name="nr_Nota_1524156_530" id="nr_Nota_1524156_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_780" id="ci_AlunoAvaliacao_1524156_780" value="" type="hidden">
                <input name="nr_Nota_1524156_780" id="nr_Nota_1524156_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_800" id="ci_AlunoAvaliacao_1524156_800" value="" type="hidden">
                <input name="nr_Nota_1524156_800" id="nr_Nota_1524156_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_890" id="ci_AlunoAvaliacao_1524156_890" value="" type="hidden">
                <input name="nr_Nota_1524156_890" id="nr_Nota_1524156_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_970" id="ci_AlunoAvaliacao_1524156_970" value="" type="hidden">
                <input name="nr_Nota_1524156_970" id="nr_Nota_1524156_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_3330" id="ci_AlunoAvaliacao_1524156_3330" value="" type="hidden">
                <input name="nr_Nota_1524156_3330" id="nr_Nota_1524156_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1130" id="ci_AlunoAvaliacao_1524156_1130" value="" type="hidden">
                <input name="nr_Nota_1524156_1130" id="nr_Nota_1524156_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1140" id="ci_AlunoAvaliacao_1524156_1140" value="" type="hidden">
                <input name="nr_Nota_1524156_1140" id="nr_Nota_1524156_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1200" id="ci_AlunoAvaliacao_1524156_1200" value="" type="hidden">
                <input name="nr_Nota_1524156_1200" id="nr_Nota_1524156_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1620" id="ci_AlunoAvaliacao_1524156_1620" value="" type="hidden">
                <input name="nr_Nota_1524156_1620" id="nr_Nota_1524156_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1730" id="ci_AlunoAvaliacao_1524156_1730" value="" type="hidden">
                <input name="nr_Nota_1524156_1730" id="nr_Nota_1524156_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197340&nbsp;WERMESON COSTA SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1197340" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197340_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_154" id="ci_AlunoAvaliacao_1197340_154" value="" type="hidden">
                <input name="nr_Nota_1197340_154" id="nr_Nota_1197340_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_160" id="ci_AlunoAvaliacao_1197340_160" value="" type="hidden">
                <input name="nr_Nota_1197340_160" id="nr_Nota_1197340_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_530" id="ci_AlunoAvaliacao_1197340_530" value="" type="hidden">
                <input name="nr_Nota_1197340_530" id="nr_Nota_1197340_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_780" id="ci_AlunoAvaliacao_1197340_780" value="" type="hidden">
                <input name="nr_Nota_1197340_780" id="nr_Nota_1197340_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_800" id="ci_AlunoAvaliacao_1197340_800" value="" type="hidden">
                <input name="nr_Nota_1197340_800" id="nr_Nota_1197340_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_890" id="ci_AlunoAvaliacao_1197340_890" value="" type="hidden">
                <input name="nr_Nota_1197340_890" id="nr_Nota_1197340_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_970" id="ci_AlunoAvaliacao_1197340_970" value="" type="hidden">
                <input name="nr_Nota_1197340_970" id="nr_Nota_1197340_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_3330" id="ci_AlunoAvaliacao_1197340_3330" value="" type="hidden">
                <input name="nr_Nota_1197340_3330" id="nr_Nota_1197340_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1130" id="ci_AlunoAvaliacao_1197340_1130" value="" type="hidden">
                <input name="nr_Nota_1197340_1130" id="nr_Nota_1197340_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1140" id="ci_AlunoAvaliacao_1197340_1140" value="" type="hidden">
                <input name="nr_Nota_1197340_1140" id="nr_Nota_1197340_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1200" id="ci_AlunoAvaliacao_1197340_1200" value="" type="hidden">
                <input name="nr_Nota_1197340_1200" id="nr_Nota_1197340_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1620" id="ci_AlunoAvaliacao_1197340_1620" value="" type="hidden">
                <input name="nr_Nota_1197340_1620" id="nr_Nota_1197340_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1730" id="ci_AlunoAvaliacao_1197340_1730" value="" type="hidden">
                <input name="nr_Nota_1197340_1730" id="nr_Nota_1197340_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;520964&nbsp;YAGO BRAYON AGUIAR AIRES
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="520964" type="hidden"></td>
            
            <td id="colunaNotaAluno_520964_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_154" id="ci_AlunoAvaliacao_520964_154" value="" type="hidden">
                <input name="nr_Nota_520964_154" id="nr_Nota_520964_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_160" id="ci_AlunoAvaliacao_520964_160" value="" type="hidden">
                <input name="nr_Nota_520964_160" id="nr_Nota_520964_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_530" id="ci_AlunoAvaliacao_520964_530" value="" type="hidden">
                <input name="nr_Nota_520964_530" id="nr_Nota_520964_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_780" id="ci_AlunoAvaliacao_520964_780" value="" type="hidden">
                <input name="nr_Nota_520964_780" id="nr_Nota_520964_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_800" id="ci_AlunoAvaliacao_520964_800" value="" type="hidden">
                <input name="nr_Nota_520964_800" id="nr_Nota_520964_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_890" id="ci_AlunoAvaliacao_520964_890" value="" type="hidden">
                <input name="nr_Nota_520964_890" id="nr_Nota_520964_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_970" id="ci_AlunoAvaliacao_520964_970" value="" type="hidden">
                <input name="nr_Nota_520964_970" id="nr_Nota_520964_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_3330" id="ci_AlunoAvaliacao_520964_3330" value="" type="hidden">
                <input name="nr_Nota_520964_3330" id="nr_Nota_520964_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1130" id="ci_AlunoAvaliacao_520964_1130" value="" type="hidden">
                <input name="nr_Nota_520964_1130" id="nr_Nota_520964_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1140" id="ci_AlunoAvaliacao_520964_1140" value="" type="hidden">
                <input name="nr_Nota_520964_1140" id="nr_Nota_520964_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1200" id="ci_AlunoAvaliacao_520964_1200" value="" type="hidden">
                <input name="nr_Nota_520964_1200" id="nr_Nota_520964_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1620" id="ci_AlunoAvaliacao_520964_1620" value="" type="hidden">
                <input name="nr_Nota_520964_1620" id="nr_Nota_520964_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1730" id="ci_AlunoAvaliacao_520964_1730" value="" type="hidden">
                <input name="nr_Nota_520964_1730" id="nr_Nota_520964_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1509987&nbsp;YNARA FERREIRA LOPES
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1509987" type="hidden"></td>
            
            <td id="colunaNotaAluno_1509987_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_154" id="ci_AlunoAvaliacao_1509987_154" value="" type="hidden">
                <input name="nr_Nota_1509987_154" id="nr_Nota_1509987_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_160" id="ci_AlunoAvaliacao_1509987_160" value="" type="hidden">
                <input name="nr_Nota_1509987_160" id="nr_Nota_1509987_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_530" id="ci_AlunoAvaliacao_1509987_530" value="" type="hidden">
                <input name="nr_Nota_1509987_530" id="nr_Nota_1509987_530" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_780" id="ci_AlunoAvaliacao_1509987_780" value="" type="hidden">
                <input name="nr_Nota_1509987_780" id="nr_Nota_1509987_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_800" id="ci_AlunoAvaliacao_1509987_800" value="" type="hidden">
                <input name="nr_Nota_1509987_800" id="nr_Nota_1509987_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_890" id="ci_AlunoAvaliacao_1509987_890" value="" type="hidden">
                <input name="nr_Nota_1509987_890" id="nr_Nota_1509987_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_970" id="ci_AlunoAvaliacao_1509987_970" value="" type="hidden">
                <input name="nr_Nota_1509987_970" id="nr_Nota_1509987_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_3330" id="ci_AlunoAvaliacao_1509987_3330" value="" type="hidden">
                <input name="nr_Nota_1509987_3330" id="nr_Nota_1509987_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1130" id="ci_AlunoAvaliacao_1509987_1130" value="" type="hidden">
                <input name="nr_Nota_1509987_1130" id="nr_Nota_1509987_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1140" id="ci_AlunoAvaliacao_1509987_1140" value="" type="hidden">
                <input name="nr_Nota_1509987_1140" id="nr_Nota_1509987_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1200" id="ci_AlunoAvaliacao_1509987_1200" value="" type="hidden">
                <input name="nr_Nota_1509987_1200" id="nr_Nota_1509987_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1620" id="ci_AlunoAvaliacao_1509987_1620" value="" type="hidden">
                <input name="nr_Nota_1509987_1620" id="nr_Nota_1509987_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1730" id="ci_AlunoAvaliacao_1509987_1730" value="" type="hidden">
                <input name="nr_Nota_1509987_1730" id="nr_Nota_1509987_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <table width="99%" border="0" cellpadding="0" cellspacing="0">
                <tbody><tr>
                  <td><span class="azul_bold"><br>
                    * Notas em AZUL, esto aprovados.</span><br>
                    <span class="vermelho_bold">
                    
                    * Notas em Vermelho, esto reprovados.
                    
                    </span></td>
                </tr>
              </tbody></table>
              
              <br>
              
              <br>
                            
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 337px; left: 862px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (INGLES)</h3><div class="body">FRANCISCO WENDELL SILVA DE MACEDO</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>